object Form3: TForm3 Left = 284 Top = 121 Width = 696 Height = 552 Caption = 'Result Source' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object RichEdit2: TRichEdit Left = 0 Top = 0 Width = 688 Height = 477 Align = alClient BorderStyle = bsNone Color = clBtnFace HideSelection = False PlainText = True ReadOnly = True ScrollBars = ssVertical TabOrder = 0 OnKeyDown = RichEdit2KeyDown end object Panel1: TPanel Left = 0 Top = 477 Width = 688 Height = 41 Align = alBottom TabOrder = 1 object Button2: TButton Left = 512 Top = 8 Width = 75 Height = 25 Caption = 'cancel' TabOrder = 0 OnClick = Button2Click end object Button1: TButton Left = 600 Top = 8 Width = 75 Height = 25 Caption = 'ok' TabOrder = 1 OnClick = Button1Click end end object FindDialog1: TFindDialog Options = [frDown, frHideUpDown] OnFind = FindDialog1Find Left = 286 Top = 493 end end